Bump component-test to eabd159; workers load cores via the upstream helper - #349
Merged
Conversation
…elper The pin moves via pins bump. worker-node.mjs swaps its inline prefix-filtered core loading for ./node-runner's loadCoreModules (polymorph-test#70); the pool topology keeps composing runCases directly, and host-imports.mjs stays browser-shared, so the tests-export resolution stays local until the upstream helper has a browser-safe home (#59's browser half). Verified: CONFORMANCE_BROWSER=1 conformance-ct::all + matrix-check green (4 targets, 76360 + 2316 signing results, matrices unchanged); demo::test-node green.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Routine pin bump (via
pins bump, all five package trees + both workflow action refs) carrying polymorph-test#70. Adoption here is deliberately partial, matching the pool topology:worker-node.mjsuses./node-runner'sloadCoreModules(prefix mode — two suites share the generated tree), while the parent keeps composingrunCases+mergeCounts(striped workers assemble the envelope parent-side, the shaperunSuiteJsonldeliberately doesn't absorb), andhost-imports.mjskeeps its local tests-export resolution because it is browser-shared andresolveTestsExportcurrently lives in the node-only module (relocation rides polymorph-test#59's browser half). Verified with the browser leg:CONFORMANCE_BROWSER=1 conformance-ct::all+matrix-check— 4 targets, 76,360 + 2,316 signing results, matrices unchanged;demo::test-node.